---
title: "Get Offer - ILS Call to Providers"
method: POST
path: "/POST /endpoint goes here. The Provider is expected to provide this and configured on the ILS Platform."
---

# Get Offer - ILS Call to Providers

`POST /POST /endpoint goes here. The Provider is expected to provide this and configured on the ILS Platform.`

During the Get Offer processing, a request will be sent from Interswitch Lending Service to Provider to get the offers the Provider has for a User.

## Query parameters

- `customerID` string
- `channelCode` string
- `amount` integer
- `accountNumber` string
- `bvn` string
- `dateOfBirth` string
- `serviceType` string
- `bankCode` string

## Response `200`

200

- union
  - object
    - `responseCode` string
    - `responseMessage` string
    - `customerTcl` integer
    - `offers` object[]
      - `offerId` string
      - `amountOffered` integer
      - `interest` integer
      - `amountPayable` integer
      - `fees` object[]
        - `name` string
        - `amount` integer
      - `tenure` integer
      - `terms` string
      - `expiryDate` string
      - `currency` string
      - `repaymentModel` object
        - `name` string
        - `repaymentFrequency` object[]
          - `frequency` integer
          - `frequencyAmount` integer
  - object
    - `responseCode` string
    - `responseMessage` string

---

[API](https://skmtc.net/interswitchgroup/apis/oauth2.md) · [All operations](https://skmtc.net/interswitchgroup/apis/oauth2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/interswitchgroup/oauth2/versions/13065c872c78/schema)
